home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / diz_355r.zip / DIZZER.CFG next >
Text File  |  1996-06-18  |  4KB  |  128 lines

  1. ; diZZer 3.55.R example config file.
  2. ;
  3. ;  Note that you run this software AT YOUR OWN RISK !!
  4. ;  Auto that some formats of FILES.BBS may not be recognised by this
  5. ;  program and you *may* have to enter some descriptions again.  I've
  6. ;  tried to avoid that as much as is possible :)
  7. ;
  8. ;
  9. ; Valid control Lines
  10. ;
  11. ;  ARCHIVER=<path>
  12. ;  EXCLUDE=<filespec>
  13. ;  BACKUP
  14. ;  SORT=n
  15. ;  EDIR=<directory>
  16. ;
  17. ;
  18. ;  ARCHIVER=<path>
  19. ;
  20. ;   This is to tell diZZer to call the archiver programs DIRECTLY, without
  21. ;   the help of COMMAND.COM, which is faster.  You don't *NEED* to specify
  22. ;   this, if you don't diZZer will automatically revert back to using
  23. ;   COMMAND.COM.
  24. ;
  25. ;   Note that files  ARJ.EXE, LHA.EXE, PKUNZIP.EXE, & RAR.EXE  *MUST* be
  26. ;   present in the specified directory for the DIRECT option to work.
  27. ;
  28. ;   e.g. ARCHIVER=C:\UTILS
  29. ;
  30. ;
  31. ;  EXCLUDE=<filespec>
  32. ;
  33. ;   With this option you can make diZZer ignore the specified file from
  34. ;   it's listing procedure.  In other words the file specified here will
  35. ;   NOT be added to FILES.BBS.
  36. ;
  37. ;   You may use this keyword more than once, and upto 400 files found from
  38. ;   the combined filespecs entered here may be excluded.
  39. ;
  40. ;   e.g. EXCLUDE=FILES.*
  41. ;
  42. ;
  43. ;  BACKUP
  44. ;
  45. ;   If this keyword is un-commented then diZZer will first make a backup
  46. ;   of FILES.BBS to FILES.BAK in the current directory before working.
  47. ;   Note that by default diZZer *WILL* make a backup if no config file is
  48. ;   specified.
  49. ;
  50. ;
  51. ;  SORT
  52. ;
  53. ;   There are four options for the character after the SORT= word, they
  54. ;   are :-
  55. ;
  56. ;    N : Sort by Name             A..Z
  57. ;    D : Sort by Date             1980..1996
  58. ;    R : Sort by Reverse Date     1996..1980  *DEFAULT*
  59. ;    0 : Do NOT sort.
  60. ;
  61. ;   e.g. if you wanted to sort the FILES.BBS by name you'd put in :-
  62. ;   SORT=N
  63. ;
  64. ;
  65. ;  EDIR=<directory>
  66. ;
  67. ;   This entry is if you wish for a directory NOT to be sorted when you
  68. ;   run diZZer in it.
  69. ;
  70. ;   e.g.  EDIR=C:\PROBOARD\FILES\FILEECHO
  71. ;
  72. ;   Note: YOU MUST USE THE *FULL* DIRECTORY TITLE INCLUDING THE DRIVE
  73. ;         LETTER, BUT NOT THE TRAILING '\'.
  74. ;
  75. ;
  76. ;                    ---------------------------------
  77. ;
  78. ;
  79. ;  THERE MUST NOT BE ANY BLANK LINES IN THIS CONFIG FILE
  80. ;  If you need a blank line/comment make sure the first character on the
  81. ;  line is a ";" as with this file.
  82. ;
  83. ;
  84. ;  Default Options built into diZZer :-
  85. ;
  86. ;   If you don't specify a config file diZZer will exclude FILES.BBS,
  87. ;   FILES.BAK & TEMPFILE.DIZ from inclusion into FILES.BBS It will also
  88. ;   default into making backup of FILES.BBS !
  89. ;   Sorting : diZZer will default to sorting in REVERSE DATE order
  90. ;
  91. ;
  92. ;  diZZEer command line / Environment
  93. ;
  94. ;   There are two ways of telling diZZer about it's config file :-
  95. ;
  96. ;   A) On the commandline, e.g. DIZZER C:\UTILS\DIZZER.CFG
  97. ;
  98. ;   B) Via an Environment variable, e.g.
  99. ;
  100. ;        SET DIZZER=C:\UTILS\DIZZER.CFG
  101. ;
  102. ;   If both are present, i.e. you have set an environment variable and
  103. ;   specified a config file on the command line, the command line *WILL*
  104. ;   override the Envrionment !!!
  105. ;
  106. ;  Running !
  107. ;
  108. ;   Just setup the config file if you need one then change into a
  109. ;   directory where diZZer is needed and run in the above manner :)
  110. ;
  111. ;
  112. ;  A Hint: When you're used to the keywords delete all the comments as
  113. ;          the program will run faster.  You may have many EDIR, EXCLUDE
  114. ;          etc... lines.  Running a disk cache also helps the speed.
  115. ;
  116. ;  Final Note :  Many thanks to Jon Peacok 2:442/612, Dan Freedman 2:442/625
  117. ;                and Phil Giles 2:442/627 for beta testing Dizzer before the
  118. ;                public release.
  119. ;                Any comments should be sent to Rick Wakefield 2:442/621.
  120. ;
  121. ;
  122. ; BACKUP
  123. ; EDIR=
  124. ; ARCHIVER=
  125. EXCLUDE=FILES.*
  126. EXCLUDE=*.DIZ
  127. SORT=R
  128.